home *** CD-ROM | disk | FTP | other *** search
/ Chip 1996 September / CHIP 1996 szeptember (CD07).zip / CHIP_CD07.ISO / povray30 / povmsdos.exe / POVMSDOS.ZIP / TEXSAMPS / SKIES / S_CLOUD1.POV next >
Text File  |  1996-07-04  |  339b  |  19 lines

  1. global_settings { assumed_gamma 2.2 }
  2. #include "colors.inc"
  3. #include "skies.inc"
  4.  
  5. camera {
  6.     location <0, 1, -100>
  7.     up y
  8.     right x*1.33
  9.     direction z
  10.     look_at <0 20 0>
  11.     angle 57
  12. }
  13.  
  14. light_source { <100, 100, -50> White }
  15.  
  16. sky_sphere { S_Cloud1 }
  17. plane { y, 0 pigment { color red 0.3 green 0.75 blue 0.5} }
  18.  
  19.